home *** CD-ROM | disk | FTP | other *** search
- Path: dish.news.pipex.net!pipex!dircon!usenet
- From: Rob and Sylvia Worsnop <gillesp@dircon.co.uk>
- Newsgroups: comp.lang.c++
- Subject: Namespaces
- Date: 9 Mar 1996 10:12:38 GMT
- Organization: Direct Connection
- Message-ID: <4hrlim$4b3@newsgate.dircon.co.uk>
- NNTP-Posting-Host: gw2-159.pool.dircon.co.uk
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 1.1N (Windows; I; 16bit)
-
- I've just tried to incorporate namespaces into my VC4 project
- and am having some problems.
-
- If I have the following in a header file....
-
- namespace A
- {
- class B
- {
- public:
- B();
- };
- }
-
- .. what should my cpp file look like?
-
- There seem to be a number of different ways to skin the cat all of
- which, so far, have conflicted with MFC serialization.
-
- If you can help please e-mail me.
-
- Rob.
-
-